home *** CD-ROM | disk | FTP | other *** search
- inherited FrmTips: TFrmTips
- Left = 319
- Top = 463
- VertScrollBar.Range = 0
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Astuces...'
- ClientHeight = 237
- ClientWidth = 431
- Color = clInfoBk
- Font.Color = clBlack
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel [0]
- Left = 9
- Top = 200
- Width = 416
- Height = 6
- Shape = bsBottomLine
- end
- object lblHeader: TLabel [1]
- Left = 10
- Top = 8
- Width = 116
- Height = 29
- Caption = 'lblHeader'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- inherited sb: TTBXStatusBar
- Top = 218
- Width = 431
- end
- object Panel1: TPanel [3]
- Left = 12
- Top = 44
- Width = 321
- Height = 157
- BevelOuter = bvNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = True
- ParentFont = False
- TabOrder = 0
- object TipText: TLabel
- Left = 73
- Top = 68
- Width = 237
- Height = 81
- AutoSize = False
- Caption = 'TipText'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Image1: TImage
- Left = 16
- Top = 20
- Width = 23
- Height = 32
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object TipHelp: TLabel
- Left = 68
- Top = 28
- Width = 237
- Height = 29
- AutoSize = False
- Caption = 'Le saviez-vous ?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- end
- object cxChkShowTips: TcxCheckBox [4]
- Left = 8
- Top = 208
- Width = 329
- Height = 21
- Caption = 'Afficher les astuces au d'#233'marrage'
- TabOrder = 1
- end
- object cxButton1: TcxButton [5]
- Left = 352
- Top = 208
- Width = 75
- Height = 25
- Action = ActionClose
- TabOrder = 2
- end
- object cxButton2: TcxButton [6]
- Left = 352
- Top = 176
- Width = 75
- Height = 25
- Action = ActionNext
- TabOrder = 3
- end
- object cxButton3: TcxButton [7]
- Left = 352
- Top = 144
- Width = 75
- Height = 25
- Action = ActionPrec
- TabOrder = 4
- end
- inherited aclFiche: TActionList
- Left = 64
- Top = 16
- object ActionClose: TAction
- Caption = 'Fermer'
- OnExecute = ActionCloseExecute
- end
- object ActionPrec: TAction
- Caption = 'Pr'#233'c'#233'dent'
- OnExecute = ActionPrecExecute
- OnUpdate = ActionPrecUpdate
- end
- object ActionNext: TAction
- Caption = 'Suivant'
- OnExecute = ActionNextExecute
- OnUpdate = ActionNextUpdate
- end
- end
- end
-